home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / switch / about.frm next >
Text File  |  1995-09-06  |  5KB  |  138 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About Switch"
  5.    ClientHeight    =   6105
  6.    ClientLeft      =   1410
  7.    ClientTop       =   960
  8.    ClientWidth     =   7440
  9.    Height          =   6510
  10.    Left            =   1350
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form4"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   6105
  16.    ScaleWidth      =   7440
  17.    Top             =   615
  18.    Width           =   7560
  19.    Begin CommandButton Command1 
  20.       Caption         =   "íMuchas gracias!"
  21.       Default         =   -1  'True
  22.       Height          =   555
  23.       Left            =   2880
  24.       TabIndex        =   4
  25.       Top             =   5460
  26.       Width           =   1815
  27.    End
  28.    Begin PictureBox Picture1 
  29.       Height          =   1035
  30.       Left            =   240
  31.       Picture         =   ABOUT.FRX:0000
  32.       ScaleHeight     =   1005
  33.       ScaleWidth      =   1905
  34.       TabIndex        =   0
  35.       Top             =   120
  36.       Width           =   1935
  37.    End
  38.    Begin Label Label9 
  39.       Caption         =   "I can also be reached at The Fine Blue Line BBS at (203) 226-3565. I want to hear from you, so please keep in touch!"
  40.       Height          =   435
  41.       Left            =   240
  42.       TabIndex        =   9
  43.       Top             =   4860
  44.       Width           =   7095
  45.    End
  46.    Begin Label Label4 
  47.       Caption         =   "Questions and/or comments and/or suggestions about Switch or any other Jon Persky Games are greatly welcome and can be sent via CompuServe E-mail [70661,700] or the slow way to the address above."
  48.       Height          =   615
  49.       Left            =   240
  50.       TabIndex        =   5
  51.       Top             =   4260
  52.       Width           =   7095
  53.    End
  54.    Begin Label Label3 
  55.       Caption         =   "This program may be distributed freely as long as it contains the files SWITCH.EXE, BLUEDOT.ICO, REDDOT.ICO, BLANK.ICO, and SWITCH.TXT intact and unaltered. ⌐1992, Jonathan D. Persky."
  56.       Height          =   615
  57.       Left            =   840
  58.       TabIndex        =   3
  59.       Top             =   3600
  60.       Width           =   5865
  61.    End
  62.    Begin Label Label7 
  63.       Caption         =   "If you are a member of CompuServe, registration is even easier. You can GO SWREG and send the registration fee automatically to ID #254. (I must ask that you include an extra $1 (total $6) to defray CompuServe's 15% processing fee.)"
  64.       Height          =   615
  65.       Left            =   180
  66.       TabIndex        =   10
  67.       Top             =   2940
  68.       Width           =   7095
  69.    End
  70.    Begin Label Label5 
  71.       Caption         =   "Switch is Shareware. If you enjoy it, please send $5 to: Jon Persky, 5 Oak Lane, Weston, CT 06883. You'll receive a complete set of the latest versions of all completed Jon Persky Games (please specify 3.5"" or 5.25"" disk.)"
  72.       Height          =   615
  73.       Left            =   120
  74.       TabIndex        =   6
  75.       Top             =   2280
  76.       Width           =   7035
  77.    End
  78.    Begin Label Label6 
  79.       Caption         =   "I am 14 years old and relatively new to Visual Basic. Hope you like my stuff!"
  80.       Height          =   255
  81.       Left            =   360
  82.       TabIndex        =   7
  83.       Top             =   1920
  84.       Visible         =   0   'False
  85.       Width           =   6555
  86.    End
  87.    Begin Label Label8 
  88.       Caption         =   "Jonathan D. Persky"
  89.       FontBold        =   -1  'True
  90.       FontItalic      =   0   'False
  91.       FontName        =   "MS Sans Serif"
  92.       FontSize        =   8.25
  93.       FontStrikethru  =   0   'False
  94.       FontUnderline   =   -1  'True
  95.       ForeColor       =   &H00008000&
  96.       Height          =   255
  97.       Left            =   4980
  98.       TabIndex        =   8
  99.       Top             =   1380
  100.       Width           =   1755
  101.    End
  102.    Begin Label Label2 
  103.       Caption         =   "#2 in a series of games for Windows 3.x. Created by  on Microsoft Visual Basic v.1.0."
  104.       Height          =   435
  105.       Left            =   420
  106.       TabIndex        =   2
  107.       Top             =   1380
  108.       Width           =   4530
  109.    End
  110.    Begin Label Label1 
  111.       Alignment       =   2  'Center
  112.       Caption         =   "Jon Persky Games Presents SWITCH v. 2.0"
  113.       FontBold        =   -1  'True
  114.       FontItalic      =   0   'False
  115.       FontName        =   "Times New Roman"
  116.       FontSize        =   18
  117.       FontStrikethru  =   0   'False
  118.       FontUnderline   =   0   'False
  119.       Height          =   795
  120.       Left            =   2340
  121.       TabIndex        =   1
  122.       Top             =   240
  123.       Width           =   4935
  124.    End
  125. End
  126. Sub Command1_Click ()
  127. Unload about
  128. End Sub
  129.  
  130. Sub Label7_Click ()
  131. label6.visible = -1
  132. End Sub
  133.  
  134. Sub Label8_Click ()
  135. label6.visible = -1
  136. End Sub
  137.  
  138.